Load data

Loading Case projection Data

Current growth estimates for observed new case data

##      [,1]                                    [,2]                    
## [1,] "New confirmed cases by infection date" "148 (58 -- 370)"       
## [2,] "Expected change in daily cases"        "Unsure"                
## [3,] "Effective reproduction no."            "0.87 (0.54 -- 1.4)"    
## [4,] "Rate of growth"                        "-0.036 (-0.14 -- 0.11)"
## [5,] "Doubling/halving time (days)"          "-19 (6.6 -- -5.1)"

Plot of case projection data for Rt

Plot of case projection data over time

Load the hospital case data

Current growth rate estimates for hospital census data

##      [,1]                                    [,2]                    
## [1,] "New confirmed cases by infection date" "42 (19 -- 85)"         
## [2,] "Expected change in daily cases"        "Unsure"                
## [3,] "Effective reproduction no."            "0.77 (0.47 -- 1.2)"    
## [4,] "Rate of growth"                        "-0.066 (-0.16 -- 0.05)"
## [5,] "Doubling/halving time (days)"          "-11 (14 -- -4.3)"

Plot of hospital case data for Rt projection

#Plot of Hospital cases over time

Load the waste water data

Current growth estimates of waste water data

##      [,1]                                    [,2]                      
## [1,] "New confirmed cases by infection date" "487 (254 -- 959)"        
## [2,] "Expected change in daily cases"        "Unsure"                  
## [3,] "Effective reproduction no."            "0.84 (0.66 -- 1.1)"      
## [4,] "Rate of growth"                        "-0.045 (-0.099 -- 0.017)"
## [5,] "Doubling/halving time (days)"          "-16 (41 -- -7)"

Plot of waste water data for Rt projection

Plot of waste water data for viral signal over time

Creating datasets to merge from hospital, cases and waste water data

Loading the forecasted hospital case data from September2021 to present for 10 days reporting delay

#Plot of Hospital cases over time from September 2021 to present with delay reporting time of 10 days

Projection of Rt over time with reporting delay of 10 days

Loading the forecasted hospital case data from September2021 to present for 14 days reporting delay

#Plot of Hospital cases over time from September 2021 to present with delay reporting time of 14 days

Projection of Rt over time with reporting delay of 14 days